home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _addtopath / !ReadMe next >
Text File  |  1994-10-17  |  977b  |  35 lines

  1. AddToPath is Copyright (C) Olly Betts 1994
  2. v 0.02
  3.  
  4. Provided "as is".  I take no responsibility for any side effects.  Freely
  5. distributable with no restrictions, so you may use it in the !Run or !Boot
  6. file of any application.  It is < 256 bytes in size, so won't take up much
  7. room.  Please make it clear if you have modified a version and are
  8. distributing it.
  9.  
  10. Syntax:  AddToPath <path variable> <path element>
  11.  
  12. Adds <path element> to <path variable> if it isn't already in there. 
  13. Matching is case sensitive.  If the element needs to be added, it is appended
  14. to the end of the path variable, separated by a comma.  Spaces are removed
  15. from the exisiting path variable to help prevent size overflows.
  16.  
  17. Eg.  *AddToPath Run$Path <UnixBin$Dir>.
  18.  
  19. Olly 1994.10.17
  20.  
  21. History:
  22.  
  23. 0.02 Syntax altered to *AddToPath Run$Path <UnixBin$Dir>.
  24.  
  25. 0.01 Original version which only worked on Run$Path
  26.  
  27. Internet e-mail: olly@mantis.co.uk
  28.  
  29. Post:
  30. Olly Betts,
  31. 24 Morgans Road,
  32. Hertford,
  33. Herts,
  34. SG13 8BS
  35.